@charset "utf-8";
/* CSS Document */
body{
	margin:0;}
#certify {
	position: relative;
	width: 1160px;
	margin: 0 auto
}

#certify .swiper-container {
	padding-top: 50px;
	height: 304px;
	overflow:hidden;
}

#certify  .swiper-slide {
	width: 260px;
	height: 230px;
	
	text-align: center;
	
}
#certify  .swiper-slide a{
	display: block;
	height: 230px;
	background: url(gdbg.png) no-repeat center;
}
#certify  .swiper-slide a:hover{
	background:url(gdhoverbg.png) no-repeat center; ;
}
#certify  .swiper-slide a:hover h3,#certify  .swiper-slide a:hover p{
	color:#fff;
}
#certify  .swiper-slide img{
	display:block;
	margin:24px auto 16px;
}
#certify  .swiper-slide h3{
	font-size: 16px;
	color:#333;
	line-height: 40px;
	padding-top:120px;
	background: url(certify01.png) no-repeat center;
}
#certify  .certify02 h3{
	background: url(certify02.png) no-repeat center;
}
#certify  .certify03 h3{
	background: url(certify03.png) no-repeat center;
}
#certify  .certify04 h3{
	background: url(certify04.png) no-repeat center;
}
#certify  .certify05 h3{
	background: url(certify05.png) no-repeat center;
}

#certify  .swiper-slide a:hover h3{
	background: url(certify01h.png) no-repeat center;
}
#certify  .certify02 a:hover h3{
	background: url(certify02h.png) no-repeat center;
}
#certify  .certify03 a:hover h3{
	background: url(certify03h.png) no-repeat center;
}
#certify  .certify04 a:hover h3{
	background: url(certify04h.png) no-repeat center;
}
#certify  .certify05 a:hover h3{
	background: url(certify05h.png) no-repeat center;
}
#certify  .swiper-slide p {
	line-height: 20px;
	text-align: center;
	color: #666;
	font-size: 14px;
	margin: 0;
	padding:0 20px;
}

#certify .swiper-pagination {
	width: 100%;
	bottom: 20px;
}

#certify .swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 5px;
	border: 3px solid #fff;
	background-color: #d5d5d5;
	width: 10px;
	height: 10px;
	opacity: 1;
}

#certify .swiper-pagination-bullets .swiper-pagination-bullet-active {
	border: 3px solid #00aadc;
	background-color: #fff;
}
#certify .swiper-button-prev,#certify .swiper-button-next{
	box-shadow: 0px 5px 5px #d6d6d6;
	top: 170px;
	display: block;
	width: 40px;
	height: 40px;
	border-radius: 40px;
	line-height: 40px;
	text-align: center;
	overflow: hidden;
	background: #fff;
	cursor: pointer;
	color: #333;
	font-size: 18px;
	cursor: pointer;
	outline:none;
}
#certify .swiper-button-prev {
    left: 4px;
}
#certify .swiper-button-prev:hover {
	background-position: 0 -46px;
	background-size: 100%
}
#certify .swiper-button-next {
	right: 4px;
}
#certify .swiper-button-next:hover {
	background-position: 0 -139px;
	background-size: 100%
}

@media screen and (max-width:991px){
	#certify{width:100%;}
	#certify .swiper-container{}
}
@media screen and (max-width:600px){
	
}
@media screen and (max-width:320px){
	
}